Simple X-Sell
=============

This addon allows shopowner to quickly and easily set up simplistic X-Sells based on Product ID(s)

You will have a new menu entry in Admin > Catalog

On this new page, you can insert X-Sells.
X-Sells should be a comma separated list of product ids, eg;  1,4,78




Installation
============

1.  Upload all
    - except this README
    - bear in mind that your admin area might not be called `admin`
    
2.  Perform SQL Changes
    - use PHPMyAdmin or your hosting control panel
    
3.  Turn on the new Content Module
    - Admin > Modules > Content > {Install} > X-Sell
    - see note re "Tabs" below
    
4.  Set up 1 or more X-Sells on the new Admin page


Your Product Page(s) should now have appropriate X-Sells.




SQL
=====

CREATE TABLE products_xsell (
  id INT NOT NULL AUTO_INCREMENT,
  products_id INT NOT NULL,
  links VARCHAR(255) NOT NULL,
  PRIMARY KEY (id),
  UNIQUE (products_id)
) CHARACTER SET utf8 COLLATE utf8_unicode_ci;





Also Included
=============

Product Tab module for displaying X-Sells.
This is usable only if you are using the s02e11 Supporters Code

https://phoenixcart.org/forum/app.php/addons/supporters_code/s02e11_tab_system